Commit Graph

262 Commits

Author SHA1 Message Date
SteveSandersonMS
0e2fb408d4 List features in README.md 2016-06-13 17:02:56 +01:00
SteveSandersonMS
abe5df2824 Fix typos, and improve phrasing further 2016-06-13 16:56:19 +01:00
SteveSandersonMS
11d6970e76 Copy edit README.md 2016-06-13 16:52:23 +01:00
SteveSandersonMS
f97b72baeb Rewrite repo README.md to link to other docs 2016-06-13 16:47:53 +01:00
SteveSandersonMS
dab67c817c Copy edit SpaServices README.md 2016-06-13 16:01:53 +01:00
SteveSandersonMS
b4fd30dee7 Add links and syntax highlighting to SpaServices README.md 2016-06-13 14:57:13 +01:00
SteveSandersonMS
266ea8815b Add SpaServices README.md 2016-06-13 14:52:37 +01:00
SteveSandersonMS
44c8b9985b Add language type annotations and fix links in NodeServices readme 2016-06-08 16:59:02 +01:00
SteveSandersonMS
f0ec89bbd9 Add NodeServices docs 2016-06-08 16:53:21 +01:00
SteveSandersonMS
7af64a8944 Tidy up image resizing example 2016-06-07 17:46:42 +01:00
SteveSandersonMS
e58a4e4015 Tidy up image credits 2016-06-07 17:16:27 +01:00
SteveSandersonMS
b19d0dff92 Support streamed response from SocketNodeInstance 2016-06-07 17:16:01 +01:00
SteveSandersonMS
967edd2b2a Support streamed response from HttpNodeInstance 2016-06-07 16:49:40 +01:00
SteveSandersonMS
3440aa4344 Switch image resizing example from 'jimp' to 'sharp' because it's far faster 2016-06-07 16:06:15 +01:00
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