Coder Social home page Coder Social logo

sendverse's Introduction

Sendverse

An anonymous chatting server you can deploy for your friends. See it in action: https://sendverse.herokuapp.com/

The software

This repo includes the server side and frontend software required to run your own chatting app. The software is written in javascript. It uses Express.js to serve files, and socket.io, for the the realtime communication between the server and client.

Contents

In this repo, you will find the server-side software, app.js, and the frontend, deployable software, located in the public directory. The frontend src files are located in the src directory.

Deploy your own

To clone this repo:

    git clone https://github.com/liam-ilan/sendverse.git
Running the app

To start up a local server on port 3000:

    npm start

Or you can:

Deploy

Development

Start up a localhost on port 3000 for development with Nodemon and Webpack:

    npm run dev

Lint javascript:

    npm run lint

Author

I'm Liam Ilan, a 13 year old software developer who is never working, but always playing around.

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.