Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiriksm/chat-test-2k
A simple chat application with login and database.
https://github.com/eiriksm/chat-test-2k
Last synced: about 2 months ago
JSON representation
A simple chat application with login and database.
- Host: GitHub
- URL: https://github.com/eiriksm/chat-test-2k
- Owner: eiriksm
- Created: 2012-12-10T21:24:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T15:17:58.000Z (over 9 years ago)
- Last Synced: 2024-10-12T01:46:48.443Z (3 months ago)
- Language: CSS
- Size: 1.41 MB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat test 2000
---
This is just a test to get socket.io, rethinkdb, passport and bcrypt on an express app.
If you are wondering why the client js is simple, it is just because I wanted to write the client with no libraries needed.
TODOS are too many to be counted, but I'd rather go on to a new project
## Install:
- npm install
- start rethinkdb
- node app
- go to localhost:8000
- profit#### Update Aug 7th 2015
This project is now almost 3 years old, and should be treated as such. The dependencies have been updated to still work, but quite a few things have changed in these years. For example if you plan to combine real-time and RethinkDB - you probably want to look at [changefeeds](http://www.rethinkdb.com/api/javascript/#changes)