web-framework
Here are 647 public repositories matching this topic...
-
Updated
Aug 17, 2020 - Swift
Dear developers. I write my custom specific web server for work with specific archive files, compression, encryption, etc. And i want to publish my web server under BSD-2-Clause license.
In my project i use Iris and Iris logger as basement.
I'm not going to use the name of your project to promote my project.
Can I publish my project under the BSD-2-Clause license?
Thanks.
-
Updated
Aug 14, 2020 - Go
-
Updated
Aug 14, 2020 - Elixir
-
Updated
Aug 13, 2020 - Python
The documentation contains a few references to issues from the now archived yewstack/docs repository.
Since the docs repository is read-only, the same issues should be re-created here and the links in the docs should be updated to point to the new issue.
"Contribute to our docs" links
- Page: [Components Lifecycle Diagram](https://yew.rs/docs/conce
-
Updated
Jul 12, 2020 - Go
-
Updated
Aug 17, 2020 - Rust
The Readme is our comprehensive sinatra documentation and deserves a lot of love. Thank you for everybody who has contributed to it so far!
The translations are great but some of them seem incomplete or outdated. For sinatra 2.0 they need a major overhaul and here's a list of languages that need to be worked on:
- German
- Spanish
- French
- Hungarian
- Portuguese (Br
-
Updated
Aug 13, 2020 - TypeScript
-
Updated
Aug 17, 2020 - PHP
-
Updated
Aug 17, 2020 - Java
-
Updated
Aug 17, 2020 - Kotlin
-
Updated
Aug 13, 2020 - Python
-
Updated
Jul 30, 2020 - Erlang
-
Updated
Aug 12, 2020 - Kotlin
-
Updated
Aug 13, 2020 - Python
-
Updated
Aug 17, 2020 - Go
-
Updated
Oct 28, 2018 - Go
-
Updated
Aug 9, 2020 - TypeScript
-
Updated
Jul 26, 2020 - Scala
The built-in development template still uses a rather dated design and needs to be updated to the newer https://mojolicious.org look.
For testing you can use the included example app examples/responses.pl (perl -Ilib examples/responses.pl daemon). The screen
time.NewTicker 使用问题
time.NewTicker 在使用过程中,结束的时候一定要 stop。
- 官方 Example 如下:
ticker := time.NewTicker(time.Second)
defer ticker.Stop()
done := make(chan bool)
go func() {
time.Sleep(10 * time.Second)
done <- true
}()
for {
select {
case <-done:
-
Updated
Aug 15, 2020 - Crystal
When we updated needs to generate a method, we stopped accessing them through instance variables, but we forgot to update the generators to match this. Here's a list (that I found) of generators that need to be updated @thing -> thing.
https://github.com/luckyframework/lucky/blob/master/tasks/gen/templates/resource/pages/%7B%7Bfolder_name%7D%7D/edit_page.cr.ecr#L8
https://github.com/luck
Improve this page
Add a description, image, and links to the web-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web-framework topic, visit your repo's landing page and select "manage topics."

Hi All,
The documentation for creating feature mo