/chatapp

Chat application using Socket.io, Express, and SQLite

Primary LanguageJavaScript

Chat application

The Basic Stack

Assumptions

  1. SQLite database is at ./data/db.sqlite (will build automatically)

Install dependencies

npm install

Running

  1. npm start
  2. localhost:3000