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

@@ -13,4 +13,8 @@
<PackageReference Include="Microsoft.AspNetCore" Version="1.1.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ElectronNET.API\ElectronNET.API.csproj" />
</ItemGroup>
</Project>