A realtime chat server app built with Feathers
This project uses Feathers. An open source web framework for building modern real-time applications.
Getting up and running is as easy as 1, 2, 3.
-
Install your dependencies
cd path/to/chat-server; npm install -
Start your app
npm start
Simply run npm test and all your tests in the test/ directory will be run.
0.1.0
- Initial release
This project is licensed under the MIT license.