<p>Hi Everyone,</p>
<p>I just release my first Go web app: <a href="http://www.octagon8.net">http://www.octagon8.net</a>. It lets you run your own numbers station, and send encrypted messages to your friends. Each station has its own web page, and exports an RSS feed for subscription purposes.</p>
<p>It uses no frameworks for HTTP serving. Password authentication is performed using bcrypt, and auth cookies are created and checked with a sha256 hmac.</p>
<p>I used <a href="https://github.com/jung-kurt/gofpdf">https://github.com/jung-kurt/gofpdf</a> for the codebook PDF generation, and <a href="https://github.com/mattn/go-sqlite3">https://github.com/mattn/go-sqlite3</a> for my sqlite database bindings.</p>
<p>This is my first web app outside of AppEngine so if anyone has comments regarding my design choices or library selection, please let me know!</p>
<p>Hope you enjoy it.</p>
<hr/>**评论:**<br/><br/>10F1: <pre><p>Black on red hurts my brain, also the font is too small I think, otherwise an interesting project! (y)</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传