Commit Graph

298 Commits

Author SHA1 Message Date
SteveSandersonMS 3e82d94f1c Add image resizing example. Currently used base64 encoded data transfer and the 'jimp' module, neither of which are fast. Will replace these shortly. 2016-06-07 15:55:06 +01:00
SteveSandersonMS 8dbd143857 Move ES2015 example into a subpage of the NodeServicesExamples sample 2016-06-07 14:31:23 +01:00
SteveSandersonMS facc2c6d08 Rename ES2015Transpilation sample to NodeServicesExamples (because will be adding some more examples here) 2016-06-07 14:20:43 +01:00
SteveSandersonMS c8859abeb7 Fix #110 - enable asynchronous mode for Stream transport on Windows 2016-06-07 11:36:38 +01:00
SteveSandersonMS 311733b113 Fix references to socket APIs, and target the lowest net standard versions possible 2016-06-01 18:04:40 +01:00
Rasmus Melchior Jacobsen 931ba118e1 net451 support and changed netcoreapp1.0->netstandard1.5 for libraries 2016-06-01 17:10:11 +01:00
SteveSandersonMS f2e89fd3bc Remove obsolete InputOutputStream transport, now that the Stream transport is implemented 2016-06-01 17:03:05 +01:00
pauldotknopf 50ee405656 Workaround for a bug in .NET Core. This issue is referenced by #92. It is has been reported to the dotnet corefx team here: dotnet/corefx#8809 The issue won't be resolved in 1.0.0, so @stephentoub recommended that we reuse the HttpClient. 2016-06-01 16:49:40 +01:00
SteveSandersonMS 341cd4f1cb Implement SocketNodeInstance 2016-06-01 16:16:10 +01:00
SteveSandersonMS 32ebaecdd8 Define DefaultNodeHostingModel in one common place so it can be changed easily 2016-06-01 16:15:34 +01:00
SteveSandersonMS cb289fd387 Further stylistic tweaks 2016-05-31 22:29:27 +01:00
Andrei Tserakhau 5bb92d02dd refactor: prime cache formatter beautify 2016-05-25 16:11:53 +03:00
Andrei Tserakhau b141419b14 refactor(angular-services): beutify base uri creation
bug: remove redundant closing brackets
2016-05-25 16:09:20 +03:00
Andrei Tserakhau 95cba7f5dd refactor: apply default vs transform to xproj
refactor(spa-services): clean code

refactor(node-services): clean code, extract classes nto separate files

refactor(angular-services): prime cache cleanup
2016-05-25 16:08:49 +03:00
SteveSandersonMS 2c35945562 Update project name in README.md 2016-05-18 23:15:02 +01:00
SteveSandersonMS 60e4e3a3f3 Rename NodeServices.sln to JavaScriptServices.sln 2016-05-18 23:12:34 +01:00
SteveSandersonMS 70c084b344 Simplify project.json/global.json files where possible 2016-05-18 13:59:25 +01:00
SteveSandersonMS 22deb2ad28 Add LatencyTest project 2016-05-18 11:51:47 +01:00
SteveSandersonMS 28aa7bfadb Bump yeoman generator package version 2016-05-18 10:52:57 +01:00
Eilon Lipton 2c8286ea3f Update README.md 2016-05-17 18:53:36 -07:00
Steve Sanderson 16c88c1cf4 Merge pull request #43 from eloekset/patch-1
Removed one of the comment blocks about Web API 2
2016-05-17 16:26:57 +01:00
SteveSandersonMS 218ca1fa44 Avoid peer dependency warnings while angular2-universal expects a specific version of rxjs 2016-05-17 16:25:47 +01:00
SteveSandersonMS 9ea1ca0a9b Trivial tweak to import ordering 2016-05-17 16:25:15 +01:00
Andrei Tserakhau 41d1c14770 bug(ng2-template): fix issue with not disposed boot object 2016-05-17 16:00:16 +01:00
Andrei Tserakhau 58a1aa3538 chore(ng2-template): upgrade angular 2 template to rc1 version 2016-05-17 16:00:16 +01:00
SteveSandersonMS 8005427d94 Fix markdown syntax typo 2016-05-17 12:05:35 +01:00
SteveSandersonMS ecada2f165 Update README.md. TODO: Change this to describe working in terms of building your own projects, not hacking on this repo itself. 2016-05-17 12:02:45 +01:00
SteveSandersonMS 352108be35 Update all projects for final .NET Core RC2 2016-05-17 11:56:06 +01:00
SteveSandersonMS d1964f087d Change from netstandardapp1.5 to netcoreapp1.0 everywhere 2016-05-04 15:26:14 -07:00
SteveSandersonMS 999641c4c2 Remove 'UseDefaultHostingConfiguration' references, as the API no longer exists and is not strictly needed 2016-05-04 13:16:13 -07:00
SteveSandersonMS d85a5d6cd5 Update gitignore to match RC2 output 2016-05-02 13:23:25 -07:00
SteveSandersonMS 6980b2fe81 Simplify some .gitignore patterns for compatibility with gitignore-parser 2016-05-02 13:14:27 -07:00
SteveSandersonMS 9cb6d5d2b6 Update Yeoman generator references to aspnet to aspnetcore 2016-05-02 13:14:27 -07:00
SteveSandersonMS c073248981 Remove Angular 2 Music Store workarounds for an fx bug that was fixed in RC2 2016-05-02 13:13:50 -07:00
SteveSandersonMS 13beb7cf27 Add local pack script. Remove dnx451 framework references. May add back later if needed. 2016-05-02 13:13:49 -07:00
SteveSandersonMS 25c728f885 Change all Microsoft.AspNet.* namespaces and references to Microsoft.AspNetCore.* 2016-05-02 13:13:49 -07:00
SteveSandersonMS 4a0e4bdf1a Rename Microsoft.AspNet.* packages folders to Microsoft.AspNetCore.* 2016-05-02 13:13:49 -07:00
SteveSandersonMS 5a705f6dd6 Fix server-side prerendering in Angular 2 Music Store sample on RC2 2016-05-02 13:13:48 -07:00
SteveSandersonMS e898ac974a Update React Music Store to RC2 2016-05-02 13:13:48 -07:00
SteveSandersonMS 1f7ec8e4bf Update ReactGrid example to RC2 2016-05-02 13:13:48 -07:00
SteveSandersonMS 649c6079ea Update WebApplicationBasic template to RC2 2016-05-02 13:13:48 -07:00
SteveSandersonMS 280979c708 Update ReactSpa template to RC2 2016-05-02 13:13:48 -07:00
SteveSandersonMS 5cbc5f438b Update ReactReduxSpa template to RC2 2016-05-02 13:13:48 -07:00
SteveSandersonMS 1468db1ba6 Update KnockoutSpa template to RC2 2016-05-02 13:13:48 -07:00
SteveSandersonMS 6a2a3d9532 Fix JSON formatting in Angular2Spa template 2016-05-02 13:13:48 -07:00
SteveSandersonMS 73caae2b78 Replace all references to ASPNET_ENV with ASPNETCORE_ENVIRONMENT 2016-05-02 13:13:48 -07:00
SteveSandersonMS d19c0d7c16 Fix frameworks/dependencies in src projects 2016-05-02 13:13:47 -07:00
SteveSandersonMS ba7125b000 Further steps towards Angular 2 Music Store on RC2 2016-05-02 13:13:47 -07:00
SteveSandersonMS 507c4326ff Incomplete work on migrating Angular 2 Music Store sample to ASP.NET Core 1.0 RC2 2016-05-02 13:13:47 -07:00
SteveSandersonMS 1cb4dd920c Partial migration to ASP.NET Core 1.0 RC2 (done the core packages, plus the ES2015/Webpack samples, and the Angular2Spa template). Only verified it builds/runs on .NET Core - not checked on net451. 2016-05-02 13:13:47 -07:00