This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> | |
<meta charset="utf-8"> | |
<meta name="MobileOptimized" content="width"> | |
<meta name="HandheldFriendly" content="true"> | |
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0" name="viewport" /> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fs = require('fs'); | |
var bodyParser = require('body-parser'); | |
var express = require('express'); | |
var dataChanged = false; | |
var foundIt = false; | |
var dataFile = './db/page.json'; | |
var data = require(dataFile); | |
var app = express(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"3hzajrlik9":"data:image/png;base64....", | |
"dsdfgv7832":"data:image/png;base64....", | |
"sandksjnsd":"data:image/png;base64....", | |
"zxckjzxknc":"data:image/png;base64...." | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fs = require('fs'); | |
var bodyParser = require('body-parser'); | |
var express = require('express'); | |
var dataChanged = false; | |
var foundIt = false; | |
var dataFile = './db/page.json'; | |
var image; | |
var data = require(dataFile); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fs = require('fs'); | |
var bodyParser = require('body-parser'); | |
var express = require('express'); | |
var dataChanged = false; | |
var foundIt = false; | |
var dataFile = './db/page.json'; | |
var data = require(dataFile); | |
var app = express(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fs = require('fs'); | |
var bodyParser = require('body-parser'); | |
var express = require('express'); | |
var dataChanged = false; | |
var foundIt = false; | |
var dataFile = './db/page.json'; | |
var data = require(dataFile); | |
var app = express(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fs = require('fs'); | |
var bodyParser = require('body-parser'); | |
var express = require('express'); | |
//boolean that you could return somehow | |
var partialView = false; | |
var fullView = false; | |
var app = express(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<link rel="stylesheet" type="text/css" href="css/convo.css"> | |
</head> | |
<body> | |
<div id="container"> | |
<div id="info"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<link rel="stylesheet" type="text/css" href="css/convo.css"> | |
</head> | |
<body> | |
<div id="container"> | |
<div id="info"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: Request aborted | |
at IncomingMessage.onReqAborted (/home/naeluh/Web/node_modules/express/node_modules/connect/node_modules/multiparty/index.js:131:17) | |
at IncomingMessage.EventEmitter.emit (events.js:92:17) | |
at abortIncoming (http.js:1911:11) | |
at Socket.serverSocketCloseListener (http.js:1923:5) | |
at Socket.EventEmitter.emit (events.js:117:20) | |
at TCP.close (net.js:465:12) |