Skip to content

Instantly share code, notes, and snippets.

View theoutlander's full-sized avatar
🕶️
It's the question that drives us...

Nick Karnik theoutlander

🕶️
It's the question that drives us...
View GitHub Profile
@theoutlander
theoutlander / App.cs
Created November 2, 2012 08:25 — forked from nikhilk/App.cs
Upcoming script# stuff... (AMD support, Node.js support, and more)
using System;
using System.Collections.Generic;
using NodeApi;
using NodeApi.Network;
[ScriptModule]
internal static class App {
static App() {
Http.CreateServer(delegate(HttpServerRequest request, HttpServerResponse response) {