Skip to content

reem/chatterbox-server-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatterbox Server

To get this working:

  • npm install in the main directory
  • npm install -g bower to make sure you have the latest version of bower
  • bower install in the client directory
  • nodemon server/server.js in the main directory

This is a small example of a server built using nodejs.

The current implementation on master uses express for its extreme brevity, but the earlier versions used a vanilla nodejs router of our own design.

It goes without saying that the express version is much simpler.

This was originally a project from Hack Reactor's curriculum.

About

Yet another chat app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published