Libraryless. Click here for Pure Java version (2379L/18K/47K).
!747 m { static S botID = "#1001782"; static Class bot; p { bot = hotwire(botID); serveHttp(7778); } static NanoHTTPD.Response serve(S uri, NanoHTTPD.Method method, Map<S,S> header, Map<S,S> parms, Map<S,S> files) { print("Serving HTTP " + quote(uri) + " from " + botID); ret serveHTML((S) callOpt(bot, "html")); } }
Began life as a copy of #1001649
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1001784 |
Snippet name: | Connect an http() bot as web server |
Eternal ID of this version: | #1001784/1 |
Text MD5: | d59fb2e6c0249466c78581c21de773e5 |
Transpilation MD5: | fd7c73ad2b0c3889679d4fff3a3dce43 |
Author: | stefan |
Category: | javax |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2015-11-27 16:47:30 |
Source code size: | 371 bytes / 17 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 706 / 743 |
Referenced in: | #1001849 - Web server for all HTML bots (port 80, with white list, LIVE) #3000202 - Answer for stefanreich (>> T conversion bot) #3000238 - Answer for stefanreich (>> t power bot) #3000382 - Answer for ferdie (>> t = 1, f = 0) #3000383 - Answer for funkoverflow (>> t=1, f=0 okay) |