This is the Linux app named chat.io whose latest release can be downloaded as chat.io1.0.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named chat.io with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
chat.io
DESCRIPTION
A Real-Time Chat Application built using Node.js, Express, Mongoose, Socket.io, Passport, & Redis. The configurations on production will be assigned from Environment Variables on Heroku, while the development configurations reside inside app/config/config.json file. You need to create a database on MongoLab, then create a database user, get the MongoDB URI, and assign it to dbURI. You need to register a new application on both Facebook and Twitter to get your tokens by which users can grant access to your application, and log in using their social accounts. The session needs a random string to make sure the session id in the browser is random. That random string is used to encrypt the session id in the browser, Why? To prevent session id guessing. Each user has a username, password, social Id, and picture. If the user is logged in via username and password, then the social Id has to be null, and the if logged in via a social account, then the password will be null.
Features
- Uses Express as the application Framework
- Manages Sessions using express-session package
- Authenticates via username and password using Passport
- Passwords are hashed using bcrypt-nodejs package
- Social Authentication via Facebook and Twitter using Passport
- Real-time communication between a client and a server using Socket.io
Programming Language
JavaScript
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/chat-io.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.