This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Project Sdk="Microsoft.NET.Sdk.Web"> | |
<PropertyGroup> | |
<TargetFramework>netcoreapp2.1</TargetFramework> | |
</PropertyGroup> | |
<ItemGroup> | |
<PackageReference Include="Microsoft.AspNetCore.App" /> | |
<PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.1.1" /> | |
</ItemGroup> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Net.WebSockets; | |
using System.Threading; | |
using System.Threading.Tasks; | |
using Microsoft.AspNetCore.Builder; | |
using Microsoft.AspNetCore.Http; | |
using Microsoft.AspNetCore.Http.Extensions; | |
using Microsoft.AspNetCore.WebSockets; | |
namespace wsweb.handlers.sockethandler |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<title>Jasmine Spec Runner v3.0.x</title> | |
<link rel="shortcut icon" type="image/png" href="/node_modules/jasmine-core/images/jasmine_favicon.png"> | |
<link rel="stylesheet" type="text/css" href="/node_modules/jasmine-core/lib/jasmine-core/jasmine.css"> | |
<script type="text/javascript" src="/node_modules/jasmine-core/lib/jasmine-core/jasmine.js"></script> | |
<script type="text/javascript" src="/node_modules/jasmine-core/lib/jasmine-core/jasmine-html.js"></script> | |
<script type="text/javascript" src="/node_modules/jasmine-core/lib/jasmine-core/boot.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>native web components</title> | |
<meta charset="utf-8"> | |
<!-- polyfill needed for firefox and probably internet explorer as well... --> | |
<script src="/node_modules/webcomponents.js/webcomponents.js"></script> | |
<!-- the actual component, looks a helllotta like ng, good to finally get where theyre coming from --> | |
<link rel="import" href="template.html"> | |
<link rel="import" href="template2.html"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"author": "Jalal.Hejazi", | |
"info": "Response header info", | |
"Content-Type":"text/json", | |
"X-Powered-By":"nodejs", | |
"Access-Control-Allow-Origin":"*", | |
"next":"REST The WEB" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"author": "Jalal.Hejazi", | |
"info": "Response header info", | |
"Content-Type":"text/json", | |
"X-Powered-By":"nodejs", | |
"Access-Control-Allow-Origin":"*", | |
"next":"REST The WEB" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"author": "Jalal.Hejazi", | |
"info": "Response header info", | |
"Content-Type":"text/json", | |
"X-Powered-By":"nodejs", | |
"Access-Control-Allow-Origin":"*", | |
"next":"REST The WEB" | |
} |