Skip to content

Instantly share code, notes, and snippets.

@kavinduchamiran
Last active September 5, 2019 04:12
Show Gist options
  • Save kavinduchamiran/c0064fabc51635b21403625e0961dc8e to your computer and use it in GitHub Desktop.
Save kavinduchamiran/c0064fabc51635b21403625e0961dc8e to your computer and use it in GitHub Desktop.
const express = require('express');
const bodyParser = require("body-parser");
const mongoose = require("mongoose");
const cors = require('cors');
const socketIO = require('socket.io');
const http = require('http');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment