Skip to content

computationalcore/chat-server

Repository files navigation

chat-server

A realtime chat server app built with Feathers

About

This project uses Feathers. An open source web framework for building modern real-time applications.

Getting Started

Getting up and running is as easy as 1, 2, 3.

  1. Make sure you have NodeJS and npm installed.

  2. Install your dependencies

    cd path/to/chat-server; npm install
    
  3. Start your app

    npm start
    

Testing

Simply run npm test and all your tests in the test/ directory will be run.

Changelog

0.1.0

  • Initial release

License

This project is licensed under the MIT license.

About

A realtime chat server app built with Feathers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published