GithubHelp home page GithubHelp logo

renowncoder / chat-app-with-socket.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from r4rohan/chat-app-with-socket.io

0.0 1.0 0.0 259 KB

https://chat-app-with-socketio.herokuapp.com/

HTML 58.38% JavaScript 41.62%

chat-app-with-socket.io's Introduction

Chat-App-with-Socket.io

This is a simple chat app, created with Socket.io, a Nodejs library for realtime web applications, best for chatting app. It enables realtime, bi-directional communication between web clients and servers. It has two parts: a client-side library that runs in the browser, and a server-side library for Node.js. Both components have a nearly identical API.

More about Socket.io

Login with any name, you want. If you want to send message to someone, told them to login with any name, know his/her username and send message with @username: [Write your message]. If you want to broadcast your message to everyone just write normal message and Send.

This chat app is hosted on Heroku which is cloud platform as a service supporting several programming languages like Nodejs, PHP, Java, JavaScript and all. To create project in Heroku, install Heroku CLI from here and goto that folder where you have source code and run heroku apps:create [name of app] and before that you must have uploaded your code on Github. After that check with git remote that you must have 2 remotes, 1. origin and 2. heroku and after that git push heroku master to upload it on heroku.

You can check it here: https://chat-app-with-socketio.herokuapp.com/

Nodejs must be installed

To install Sequelize, MySQL, Passport and Express you need to run:

npm init for initialzing

npm install express for installing express

npm install socket.io for installing socket.io

npm install heroku for installing heroku

Created while Learning Socket.io with Nodejs from Coding Blocks

chat-app-with-socket.io's People

Contributors

r4rohan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.