• This repository has been archived on 30/Mar/2023
  • Stars
    star
    141
  • Rank 259,041 (Top 6 %)
  • Language
    JavaScript
  • Created almost 14 years ago
  • Updated over 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

JSApp.us -- First open Node.js open hosting architecture http://groups.google.com/group/jsapp-us (depreciated)
This is the code base from http://jsapp.us


There is a Makefile to get you up and running quickly.
1) git clone https://github.com/matthewfl/node-host.git
2) cd node-host
3) make

To get started developing
Install nginx ( http://nginx.org/ ) and load in the config file from devel/nginx.conf
run: 
     git submodule update --init --recursive
     ln -s db.nstore.js db.js
     ln -s config.sample.js config.js
     cd Bespin/BespinEmbedded
     ./dryice.py ../settings.json
     cd ../..
     python devel/HostRedirProxy.py 
     node master.js
then configure you web browser to proxy through localhost:8000, this will redirect any request to jsapp.us to your local nginx install 

More Repositories

1

nlp-entity-convnet

Convolutional network for entity linking (Naacl 2016)
Jupyter Notebook
58
star
2

redmagic

A meta tracing JIT for x86 and interpreters written in C/C++
C++
34
star
3

openfst-wrapper

C++
27
star
4

dyna-R

Dyna built on R-exprs
Python
9
star
5

ilang

A new programming language in the works
C++
5
star
6

certified-cosine

Certificates for Nearest Neighbors using the cosine similarity metric
C++
4
star
7

FRC-Scouting

Scouting for FRC 2010 team 687 The Nerd Herd
C
4
star
8

py-js

A python to javascript compiler in javascript.
JavaScript
4
star
9

neural-net-attempts

many of my neural-net attempts, most of this will not work
C++
2
star
10

eyeJ

EyeJ is a framework for writing eyeOS apps in Objective-J.
Objective-J
2
star
11

smc-prof

JavaScript
2
star
12

jsonapi-node

JavaScript
2
star
13

eyeOS-Processingjs

Processing (js) for eyeOS - GPLv3
1
star
14

twitterChat

A C++ twitter Chat bot.
C++
1
star
15

github-contest

What could go wrong?
Python
1
star
16

online-p2p

PHP
1
star
17

matthewfl.github.com

Github hosted site and code
1
star
18

libtorrent-hacks

Tests with using Libtorrent as backbone for p2p networking
C++
1
star
19

camsrobotics-website

I am going to try and finish the cams robotics website before friday, #famouslastwords
JavaScript
1
star
20

helloworld

My current simple template for C++ projects
Python
1
star
21

travis-docker

Run docker on travis
Shell
1
star
22

IDP-museum-website

JavaScript
1
star
23

tic-tac-toe

A simpile learning tic-tac-toe program from the past
C++
1
star
24

stuff

Just random stuff that I have and keep around
Python
1
star
25

libmatthewfl

Some of my code that I use in a few projects of mine.
C++
1
star
26

jquery-plugins

jQuery plugins that I have writen
JavaScript
1
star
27

habit-engine

Monitor you interaction in chrome to determine you browsing habits and speed up your daily actions
JavaScript
1
star
28

dj

Distributed "JIT" that works by rewriting Java programs at runtime to create a distributed memory architecture
Java
1
star
29

instatorrent

Stream the contents of a torrent while downloading, currently works effectively about 50% of the time
C++
1
star