socket-cat-server
v0.3.3
Published
A simple WebSocket chat server
Readme
Socket Cat Server
A simple chat client using Electron and WebSockets
Quickstart
- Clone the socket-cat repository:
git clone https://github.com/sgarver/socket-cat-server.git- In a new terminal session run npm install and npm start from the socket-cat-client directory:
$ cd socket-cat-server
$ npm install
$ npm startNote: requires a running mongodb instance
