Skip to content

Instantly share code, notes, and snippets.

View kotojo's full-sized avatar

Bruce Kellerman kotojo

  • Samsara
  • Atlanta, GA
View GitHub Profile
@bingeboy
bingeboy / app.js
Last active April 29, 2021 15:52
Upload and display image with NodeJS and Express.
/*
* Module dependencies.
*/
var express = require('express')
, routes = require('./routes')
, user = require('./routes/user')
, common = require('./routes/common')
, fs = require('fs')
, http = require('http')
, util = require('util')