mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-08-17 11:12:57 +08:00
Initial work on the server
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
var common = require('../../common');
|
||||
var connection = common.createConnection();
|
||||
var assert = require('assert');
|
||||
|
||||
connection.connect(function(err) {
|
||||
if (err) throw err;
|
||||
|
||||
connection.destroy();
|
||||
});
|
||||
Reference in New Issue
Block a user