add first api core library and implement socket.io communication

This commit is contained in:
Gregor Biswanger
2017-10-03 03:28:56 +02:00
parent 606629c9a2
commit 852d3c170d
10 changed files with 359 additions and 5 deletions

View File

@@ -4,6 +4,10 @@ using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Hosting;
using System.Net.Sockets;
using System.Net;
using System.Text;
using System.Diagnostics;
namespace ElectronNET.WebApp
{